/*
	Theme Name: ITS Tactical
	Theme URI: http://itstactical.com
	Description: Imminent Threat Solutions
	Version: 1.1

*/

/*------------------------------------*\
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Open Sans', sans-serif;
\*------------------------------------*/




/*------------------------------------*\
    MAIN
\*------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;

}
body {
		font-family: 'Roboto Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 80%;
	color:#444;
	background-image: url(img/bg-repeat.jpg);
	background-repeat: repeat;
	background-color: #3B3736;
}

.pixelfont {
		font-family: 'pixel', sans-serif;
		font-size: 8px;
}

p {
	padding:7px 0 0;
	line-height: 1.5;
}

.clear {
	clear:both;
	display:block;
}
img {
	max-width:100%;
	vertical-align:bottom;
	height: auto;
}
a {
	color:#444;
	text-decoration:none;

}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

input {
		border:1px solid #2d2d2d;
}

input:focus {
	outline:0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

#main-bg {
	background-repeat: no-repeat;
	background-position: top center;
}


#main-bg, #navbar {
	min-width: 1140px;
}

.wrapper {
	max-width:1160px;
	width:100%;
	margin:0 auto;
	position:relative;
	float: none;
}

#sticky {
				left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 200;
}

#navbar {
	height: 54px;
	background-color: #b8b4a7;
	margin: auto;
	z-index: 900;
}

		#navbar .emboss {
			border: 1px solid #a8a591;
			border-top: 1px solid #A49F92;
			float: left;
			width: 100%;
			height: 54px;
		}

.mobile #navbar {
	background: #B8B4A7 url(img/mobile-logotype.png) no-repeat 65px 13px;
	-webkit-background-size: 122px 29px;
	     -o-background-size: 122px 29px;
	        background-size: 122px 29px;
}

#mobile-nav {
	float: left;
	display: none;
}

.mobile-nav {
	background-position: no-repeat;
	height: 54px;
	width: 54px;
	font-size: 3.75em;
	display: block;
	background-color: #A49F92;
}



nav {
	float: left;
}

nav ul {
	margin: 0;
	padding: 15px 0 14px 20px;
}



nav ul li ul {

}

nav.main ul li {
	float: left;
	padding-right: 22px;

}


nav.main ul li {
	display: block;
}

nav.main ul li.noShow {
	display: none;
}


.nav-quicklinks .icon {
		font-size: 2em;
}


form.search button {
		border: none;
		margin-left: -3px;
		line-height: 60%;
		margin-right: -4px;
		padding: 10px 6px 3px;
		background-color: #F69625;
		color: #fff;
}

.search button .icon {
	font-size: 1.3em;
}

#nav-quicklinks ul {
	background-image: url(img/nav-shade.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0;
	padding: 15px 0 15px 54px;
	float: right;
}


#nav-quicklinks li {
	list-style-type: none;
	float: left;
	padding-right: 14px;
}

.search > a {
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	display: block;
}

.user > a {
	background-repeat: no-repeat;
	height: 24px;
	width: 26px;
	display: block;
}

.social {
	display: none;
}

.social > a {
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	display: block;
}


#main-header {
	padding-top: 54px;
}

#main-header header {
	position: relative;
}

.logo {
	padding: 28px 0 0 10px;
	float: left;
	position: relative;
	z-index: 100;
/*  width: 250px; */
}

.logo img {
	height: auto;
	vertical-align: bottom;
	max-width: 100%;
}

#sticky-logo .logo img {
	width: 70%;
	height: auto;
}

.header-quicklinks {
	display: block;
	float: right;
	position: absolute;
	right: 20px;
	padding-top: 29px;
}


.header-quicklinks ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
	width: 150px;
}

.infobox input {
		font-size: .9em;
		padding: .15em .5em;
		margin: .35em 0 ;
		max-width: 100%;
		font-family: 'Roboto Condensed', sans-serif;
}

.header-quicklinks a .icon {
	display: block;
}

.infobox {
	/*top: -300px;*/
	top: 60px;
	margin-top: 0;
}

.infobox input[type=checkbox] {
			position: relative;
			top: 0px;
			margin-left: 5px;
}

.infobox label {
	position: relative;
	bottom: 2px;
}

.infobox input.search-input {
	font-size: 1.5em;
	padding: .5em .5em;
}

.infobox-search .mid {
		width: 280px;
}

.infobox input[type="submit"] {
	padding: .2em 1em;
}

.ql-btn {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	color: #ccc7b8;
	font-size: 1.3em;
	width: 150px;
	text-align: center;
	background-image: url(img/button-bg.gif);
	background-repeat: repeat-x;
	padding: 10px 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: .5px;
	border-left: 1px solid #313131;
	border-bottom: 1px solid #313131;
	border-right: 1px solid #313131;
	-moz-box-shadow: 1px 1px 1px 1px #000;
 	-webkit-box-shadow: 1px 1px 1px 1px #000;
  	box-shadow: 1px 1px 1px 1px #000;
}

.ql-btn:hover {
		color: #F69625;
}



.ql-btn span {
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}


#main-container {
	padding-top: 22px;
}

@media only screen and (min-width:715px) {
	#main-container {
		/*display: table;
		table-layout: fixed;*/
	}
}

.section-title, h1, h2 {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	color: #252525;
	text-shadow: 0px 1px 0px #FAFBF5;
	filter: dropshadow(color=#FAFBF5, offx=0, offy=1);
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1.5;
	background-color: #F9FAF3;
}

.dark-bg h2 {
	background-color: #EBE9E4;
}



h2 {
	font-size: 1.5em;
	text-transform: capitalize;
}



.section-title{
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	background-image: url(img/title-bg-light.jpg);
	background-repeat: repeat;
	line-height: 100%;
	padding: 10px 0;
}

.latest .section-title
,.trending .section-title
,.squawk .section-title {
	font-size: 2.2em;
}

.latest .section-title {
	padding-left: 25px;
	text-align: left;
}

	@media only screen and (min-width:360px) {
	.section-title { font-size: 3em;}
	}



.section-title.dark {
	background-image: url(img/title-bg-dark.jpg);
}


section.featured {
	position: relative;
		float: right;
		margin-bottom: 10px;
		width: 100%;

}



section.featured	h2,
section.featured	h3 {
			color: #d6d2be;
			text-shadow: none;
			padding-top: 2%;
			font-size: 1em;
			background-color: #363636;
			width: 200px;
}

		 section.featured h3 { color: #FFA000;  }

		 .featured a {
		 		position: absolute;
		 		color: #d6d2be;
		 		z-index: 2;
		 		font-size: 1.5em;
		 	}

	.featured-content {
			background: transparent url(img/featured-overlay.png) 40% 100%;
			position: absolute;
			z-index: 30;
			text-align: right;
			width	: 100%;
			top: 0%;
			height: 100%;
			float: left;
			font-size: 70%;
	}




	.featured-content h2 a {
		padding-right: 30px !important;
		width: 222px;
	}


	.featured h2
, .featured h3
, .featured a.view-article {
			width: 75%;
			clear: both;
			margin: 0;
			display: inline-block;
			background-color: #363636;

}

.featured a.view-article {
	/*  display: block !important; */
}


section.featured .featured-img {
	position: relative;
}

section.featured .featured-img img
, .single:first-child .featured-img img {
	width: 100%;
}

.article-content {
	padding: 10px 20px 1px;
}

.meta, .stock {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	color: #f9faf3;
	font-size: 11px;
	letter-spacing: 1px;
	clear: both;
}

.light-bg .meta {
	background-color: #252525;
	padding: 10px 20px;
}



.light-bg .meta .leave-comment {
	float: left;
}

.light-bg .meta .date {
	float: right;
}

.dark-bg .meta, .tile .meta, .type-store .meta {
	color: #7b8454;
	border-top: 1px solid #7b8454;
	border-bottom: 1px solid #7b8454;
	padding: 5px 0;
	margin-bottom: 20px;
	background-color: transparent;
}

.dark-bg .article-content h2
, .store-tem .article-content h2 {
	margin-top: 0;
}

.column {

}

#sticky-logo {

	background-image: url(img/dropdown-bg.jpg);
	background-repeat: repeat-x;
	height: 0px;
	display: block;
	color: #fff;
 font-size: 2em;
	width: 100%;
	overflow: hidden;
	top: 54px;
	left: 0;
	z-index: 500;
	margin: auto;
	border-top: 1px solid #333;
	-moz-box-shadow: 0px 2px 3px rgba(51, 51, 51, 0.63);
	-webkit-box-shadow: 0px 2px 3px rgba(51, 51, 51, 0.63);
									box-shadow: 0px 2px 3px rgba(51, 51, 51, 0.63);
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
	border-left: 1px solid #222;
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
	    -ms-transition: all 300ms ease;
	     -o-transition: all 300ms ease;
	        transition: all 300ms ease;
}
			#sticky-logo .logo {
				padding: 10px 15px;
		}

			#sticky-logo .logo img {
				height: 36px !important;
		}

		#sticky-logo.stick {
						margin: auto;
		    height: 56px;
		    z-index: 10000;
		    display: block;
			-webkit-transition: height 300ms ease;
	   -moz-transition: height 300ms ease;
	    -ms-transition: height 300ms ease;
	     -o-transition: height 300ms ease;
	        transition: height 300ms ease;
		}

			#sticky-logo .header-quicklinks {
				position: relative;
				width: 50%;
				padding-top: 10px;
				margin-right: 15px;
			}

			#sticky-logo .header-quicklinks ul {
				float: right;
				width: 100%;
			}
			#sticky-logo .header-quicklinks li {
				float: right;
				margin-left: 10px;
					font-size: .5em;
			}

			#sticky-logo .header-quicklinks li a {
				width: 100px;
				padding: 5px;
			}

		#sticky-logo .emboss {
			border: 1px solid #333;
			border-top: 1px solid #555;
			float: left;
			width: 100%;
			height: 54px;
		}

.latest {
	float: left;
	width: 100%;
}

.latest article .featured-img
, .single article:first-child .featured-img {
	float: left;
	display: block;
	width: 30%;
	min-height: 205px;
	height: auto;
	padding-bottom: 54px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	}

	.single article:first-child .featured-img {
		width: 100%;
		height: 200px;
		float: none;
		margin-top: -1px;
	}



.latest article .article-content {
	float: left;
	width: 70%;
}

.latest article.noImage .article-content {
	float: left;
	width: 100%;
}




.latest article.first .featured-img
, .single article.first .featured-img {
	width: 100%;
	float: none;
	height: 240px;
	padding-bottom: 0;
}

.latest article.first .article-content {
	float: left;
	width: 100%;
}


.latest article img {
	display: block;
	height: 100%;
	width: 100%;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}


.trending, .sidebar .trending {
	text-align: center;
	clear: both;
	width: 100%;
	z-index: 50;
}

.sidebar .trending a.featured-img {
	width: 100%;
	height: auto;
	display: block;
}

.trending article h2 {
	font-size: 1.45em;
}

.trending article .view-article {

}


.squawk {
		float: left;
		width: 100%;
}

.squawk blockquote {
	margin: 0;
	font-style: italic;
}

.meta a {
	color: #efefef;
}

#container {
	position: relative;
	margin-top: 20px;
}

.content {
/*	font-size: 1.4em; */
}






.inner-content {
	background-color: #f9faf3;
	padding: 0;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content h7, .content p {
	padding: 0;
}

.content p, .content ul {
	font-size: 1.4em;
}

.article-content p {
	font-size: 1.3em;
	color: #444444;
}

.content ul {
	line-height: 1.8;
}



#overlay{
	background-image: url('img/fancybox_overlay.png');
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99;
	bottom: 0;
	top: 0;
}

.sidebar {
	display: none;
	background-color: #e7e5df;
	height: 100%;
	width: 305px;
	padding: 0;
	/*position: absolute;
	right: 0;
	top: 0;*/
}


.top-meta {
	background-image: url(img/meta-bg.gif);
	background-repeat: repeat-x;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #9d9d9d;
	font-weight: 600;
	padding: 9px 40px;
	letter-spacing: 1px;
	position: relative;
	z-index: 50;
}

.author a, .related-post-link a {
	font-family: 'Oswald', sans-serif;
	color: #757575;
	font-weight: 400;
}

.related-post-link {
	float: right;
}

.related-post-link a, a.view-article {
	background-image: url(img/arrow-more.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}

a.view-article:before {
	content: " ";
	float: none;
	clear: ;
}

a.view-article {
	display: block;
	width: 90px;
	margin: 20px 0;
	font-weight: bold;
}

.betterrelated {
	border-top: 7px solid #363636;
	padding-bottom: 60px;
	margin: 0 20px;
}

.related-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #333;
	text-transform: uppercase;
	font-weight: 300;
	padding: 0;
}

.betterrelated ol {
	padding-left: 15px;
	font-size: 16px;
}

.betterrelated ol li{
	list-style-type: disc;
	color: #f7941d;
	font-size: 16px;
	line-height: 200%;
}

.betterrelated ol li a {
	color: #f7941d;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.betterrelated ol li a:hover {
	text-decoration: underline;
}

.tag-container {
	margin: 0 20px;
	padding-bottom: 20px;
	font-size: 1.8em;
}

footer {
	max-width: 1160px;
	margin: auto;
}

footer ul {
	text-align: left;
	width: 100%;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 15px 0 15px 20px;
	list-style-type: none;
	font-size: 1.4em;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #d6d2be;
	text-transform: uppercase;
	margin: 183px 0 24px 0;
}

footer li {
	line-height: 250%;
}

footer ul a {
	color: #91928e;
}

.footer-spacer {
	display: none;
}

#footer-bottom {
	height: 78px;
	background-image: url(img/footer-bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	padding: 16px 0 0 20px;

}

#footer-logo {
	width: 33px;
	height: 48px;
	position: absolute;

}

#footer-content {
	float: right;
	font-family: 'Lato', sans-serif;
	font-size: 2.4em;
	font-weight: 300;
	color: #0f0f0f;
	padding: 7px 17px 0 0;

}

	.featured-content {
		background-position: -8% 0%;
		padding-top: 20%;
		padding-left: 55%;
	}
	section.featured	h2,
section.featured	h3 {
			color: #d6d2be;
			text-shadow: none;
			padding-top: 0%;
			font-size: 1.5em;
}

#footer-content div {
	float: right;
	padding-left: 17px;
}

#footer-copy {
	padding-top: 3px;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/




	#footer-copy {
		display: block;
	}

	#footer-logo {
		left: 50%;
	}

	footer ul {
		width: 94%;
		margin: 50px auto;
		text-align: center;

	}

	footer li {
		padding: 0 4px;
		display: inline-block;
		line-height: 100%;

		/* For IE 7 */
		zoom: 1;
		*display: inline;
	}

	.footer-spacer {
		display: inline-block;

		/* For IE 7 */
		zoom: 1;
		*display: inline;
	}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:none;
	margin:5px auto 20px;
	display: block;

}

.alignleft {
	float:none;
	margin:5px auto 20px;
	display: block;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:none;
	margin:-5px auto 20px;
	display: block;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:none;
	margin:5px auto 20px;
	display: block;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}


.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    Single Post
\*------------------------------------*/


.single-post aside.sidebar {
	overflow: hidden;
}

.single-post:first-child article img {
	margin-top: 25px;
	margin-bottom: 25px;
}


.single-post .content  article header {
	position: relative;
	padding: 30px 15px 25px 0;
	overflow: hidden;
}

.single-post article h1 {
	margin: 0;
	margin-left: 5%;
	width: 90%;
}


.single-post .content article:first-child h2 {
	font-size: 2.5em;
	margin: 1.5em auto .5em;
}

.single-post article:first-child h3 {
	font-size: 1.9em;
	margin: 1.5em auto .5em;
}

.single-post .content article:first-child p
, .single-post .content article:first-child h2
, .single-post .content article:first-child h3
, .single-post .content article:first-child h4 {
		width: 90%;
		line-height: 1.8;
}

.content article:first-child ul {
	position: relative;
	width: 82%;
	margin: 0 auto;
	padding: 0;
}





/*------------------------------------*\
    FancyBox
\*------------------------------------*/

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay, #overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('img/fancybox_overlay.png');
}

.fancybox-overlay-fixed, #overlay {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay, #overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;

	}
}



[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
/* opacity .8 */
/* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
/* fix buttons height, for twitter bootstrap */
  line-height: 1em;
/* Animation center compensation - magrins should be symmetric */
/* remove if not needed */
  margin-left: 0.2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.i-name { display: block; text-indent: -9000px; }


/*------------------------------------*\
    Icon Fonts
\*------------------------------------*/



button .icon {
	font-size: .5em;
}


/*------------------------------------*\
    Royal Slider
\*------------------------------------*/
 #slider-with-blocks-1 {
  width: 100%;
}

 #slider-with-blocks-1 h2 {
 	text-align: right;

 /*	background: transparent;*/
 }


/*------------------------------------*\
    General Classes
\*------------------------------------*/

.hidden, .bucket { display: none; }

.constrain {
	width: 100%;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
}

.light-bg {
	background-color: #f9faf3;
}

.dark-bg {
	background-color: #e7e5df;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  clear: both; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

#div1{
	display: none;
}

#div2{
	display: none;
}
#div3{
	display: none;
}


	section.featured {
		width: 55%;
	}

.column {
		display: block;

	}
.single article:first-child .featured-img {height: 500px;}
.latest {
		width: 44%;
		margin-right: 1%;
	}

.trending {
				width: 25%;
		display: block;
		float: left;
		padding-bottom: 0;
		padding-right: 0;
	clear: none;
	}


.squawk {
		width: 30%;
		float: left;
	}
.header-quicklinks {
		right: 0;
	}

.single-post article h1 {
					width: 60%;
				font-size: 2.5em;
				}

.single-post > article:first-child p {
			width: 70%;
			position: relative;
			right: 5%;
	}



.section-title, h1, h2 {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	color: #252525;
	text-shadow: 0px 1px 0px #FAFBF5;
	filter: dropshadow(color=#FAFBF5, offx=0, offy=1);
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1.5;
}



h2 {
	font-size: 1.5em;
	text-transform: capitalize;
}



.section-title{
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	background-image: url(img/title-bg-light.jpg);
	background-repeat: repeat;
	line-height: 100%;
	padding: 10px 0;
}

.logo a{
	display: block;
}
article, aside, figure, footer, header, hgroup,
menu, nav, section { display: block; }


nav a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.6em;
	color: #363636;
	letter-spacing: 1px;
	display: block;
}

nav .menu-item-object-custom {
		display: none;
}

.one-half, .half { width: 48%; }
.one-third { width: 32.5%; }
.two-thirds { width: 65.33%; }
.one-fourth { width: 23%; }
.three-fourths { width: 74%; }
.one-fifth { width: 18.8%; }
.two-fifth { width: 37.6%; }
.three-fifth { width: 58.4%; }
.four-fifth { width: 67.2%; }
.one-sixth { width: 13.33%; }
.five-sixth { width: 82.67%; }



.menu-item .sub article.preview {
	display: block;
}